home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / interfac / md.000 / scripts / DefineButton2_117 / BUTTONCONDACTION on(release).as
Text File  |  2012-08-27  |  99b  |  6 lines

  1. on(release){
  2.    fscommand("Media.Stop");
  3.    fscommand("Browser.Close");
  4.    gotoAndPlay(46);
  5. }
  6.